Problem Note 39811: Sample JCL (SPNCCNTL) and sample USS shell script (SPNCSHEL) for the SAS/CONNECT® spawner under z/OS is incorrect from an Action C installation
When doing an Action C installation of SAS 9.2 on z/OS, the SAS/CONNECT spawner samples
high-level-qualifier.BAMISC(SPNCCNTL) and high-level-qualifier.BAMISC(SPNCSHEL) are incorrect, where high-level-qualifier is the high-level-qualifier that you specified when you installed SAS 9.2.
The STEPLIB concatenation in high-level-qualifier.BAMISC(SPNCCNTL) does not
include the staged LIBE SAS library and should be corrected to
the following:
//STEPLIB DD DISP=SHR,
// DSN=high-level-qualifier.SL.LIBRARY
// DD DISP=SHR,
// DSN=high-level-qualifier.LIBRARY
// DD DISP=SHR,DSN=high-level-qualifier.LIBE
Also, the sample shell script high-level-qualifier.SL.BAMISC(SPNCSHEL) points to the production configuration file
high-level-qualifier.SASRXCFG
and the production high-level-qualifier.SASRX file rather than the staged
version of these files. These files should be corrected as follows:
cfg="'high-level-qualifier.SL.SASRXCFG(REXX${language}W0)'"
.
.
export SYSPROC=high-level-qualifier.SL.SASRX
Operating System and Release Information
SAS System | SAS/CONNECT | z/OS | 9.21 | 9.21 | 9.2 TS2M0 | 9.2 TS2M3 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
When doing an Action C installation, the samples (SPNCNTL & SPNCSHEL) for the z/OS SAS/CONNECT spawner in the prefix.BAMISC are incorrect.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2011-01-03 13:10:30 |
Date Created: | 2010-05-27 15:22:06 |